projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079b725
)
gail: Fix a typo
author
Javier Jardón
<jjardon@gnome.org>
Mon, 20 Dec 2010 11:51:39 +0000
(11:51 +0000)
committer
Javier Jardón
<jjardon@gnome.org>
Mon, 20 Dec 2010 11:52:37 +0000
(11:52 +0000)
This fixes commit
d0b81b21483df69a07677fa7162b4ded806eaa86
modules/other/gail/gailtreeview.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/gailtreeview.c
b/modules/other/gail/gailtreeview.c
index 644b0fb950f99819ce06764cd5735dad1834a0b5..29c5fac86beb2ac54018b7e8a8cf9cc358f6bb32 100644
(file)
--- a/
modules/other/gail/gailtreeview.c
+++ b/
modules/other/gail/gailtreeview.c
@@
-1391,7
+1391,7
@@
gail_tree_view_get_selected_rows (AtkTable *table,
selection = gtk_tree_view_get_selection (tree_view);
- switch (gtk_selection_get_mode (selection))
+ switch (gtk_
tree_
selection_get_mode (selection))
{
case GTK_SELECTION_SINGLE:
case GTK_SELECTION_BROWSE: